CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 二叉树 遍历

搜索资源列表

  1. 各种二叉树的数据结构

    0下载:
  2. 按先序扩展序列建立二叉树,先序、中序、后序遍历的递归算法,二叉树遍历的非递归算法,层次的非递归算法,求二叉树的深度。-sequence extended by the first sequence established binary tree, first sequence, sequence, after the preorder the recursive algorithm, the binary tree traversal non - recursive algorithm, the
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3470
    • 提供者:贾德
  1. 二叉树的遍历算法

    1下载:
  2. 所属分类:数据结构常用算法

    • 发布日期:2008-11-07
    • 文件大小:4500
    • 提供者:2007131202
  1. BinaryTree Visit,all methods

    0下载:
  2. 二叉树的所有遍历算法,包括前序、中序、后序的递归与非递归算法,还有层次遍历从上至下、从下至上、从左到右、从右到左遍历方法。
  3. 所属分类:数据结构常用算法

    • 发布日期:2011-05-16
    • 文件大小:2143
    • 提供者:little_ma
  1. 求二叉树前序遍历序列中第k个结点的值

    0下载:
  2. 求二叉树前序遍历序列中第k个结点的值 c语言程序,已测试
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-01-28
    • 文件大小:28672
    • 提供者:sxccw2
  1. dsassdasdasda

    0下载:
  2. 二叉树建立与遍历源代码,这是我大二时做的实验报告,现在毕业了删了可惜就上传了,通过自己调试编译无误。-Binary Tree Traversal establish the source code, this is my sophomore year when the report of the experiment, and now have decided to graduate a pity on the upload, and through their own correct comp
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:14783
    • 提供者:协力
  1. structure

    2下载:
  2. 数据结构二叉树实现代码:功能如下: (1)创建二叉树 (2)递归算法先序遍历二叉树 (3)非递归算法中序遍历二叉树 (4)递归算法后序遍历二叉树 (5)求二叉树叶子结点个数 (6)按层次遍历二叉树 (7)求二叉树树深 -A binary tree data structure to achieve the code: Function is as follows: (1) Create a binary tree (2) recursive alg
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-12-24
    • 文件大小:189887
    • 提供者:lqs010203
  1. zhongxubianli

    0下载:
  2. 二叉树生成及遍历。以某种形式建立二叉树逻辑结构信息,建立二叉链表,先作先序、中序、后序遍历,将二叉树中序线索化,中序遍历线索二叉树-Tree generation and traversal. Some form of information to establish the logical structure tree, the establishment of binary list, to make the first order, in sequence, after the trave
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1850
    • 提供者:sam
  1. 11

    0下载:
  2. 二叉树遍历及深度,使用C语言实现,课程设计-Binary tree traversal and depth of C language, curriculum design
  3. 所属分类:MySQL

    • 发布日期:2017-04-11
    • 文件大小:970
    • 提供者:slw
  1. tree

    0下载:
  2. MFC对话框类实现对二叉树的中序遍历排序,前序遍历排序,后序遍历排序,请仔细阅读程序后了解程序输入的格式-MFC dialog class in order to realize the binary tree traversal order, preorder traversal order, post order traversal order, please carefully read the procedures to understand the procedure input fo
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3593496
    • 提供者:
  1. 二叉链表

    0下载:
  2. 一、 实验目的 (一) 掌握二叉树的逻辑结构和二叉链表存储结构; (二) 验证二叉树的二叉存储和遍历及其基本操作的实现; (三) 理解算法与程序的关系,能够将顺序表算法转化为对应程序;(First, the purpose of the experiment (1) master the logical structure of the two tree and the storage structure of the two linked list; (two) verify the
  3. 所属分类:汇编语言

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:轩卬
  1. BinaryTree

    0下载:
  2. 二叉树前序中序后序遍历遍历代码,使用c++编写(Two fork tree preorder, in order, after traversal traversal code, using c++ write)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:xxyy1994
  1. Problem1

    0下载:
  2. 用各种方法遍历二叉树.好好好好哦啊哦龚波负(Various methods traverse two fork tree)
  3. 所属分类:数据结构

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:李大话
  1. bintree

    0下载:
  2. 主要为二叉树的遍历,涉及到前序遍历、中序遍历、后序遍历,以及左右孩子的交换后的遍历(内附c&c++操作手册)(It is mainly used for binary tree.)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:117760
    • 提供者:WilliamHGB
  1. binary tree

    0下载:
  2. 二叉树的创建和非递归遍历,包括先序遍历,中序遍历,后序遍历(the creation and non-recursive traversal of binary tree)
  3. 所属分类:数据结构

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:unstoppable
  1. BST二叉树的基本操作

    0下载:
  2. BST二叉排序树的插入、查询、删除、遍历 (中序遍历 从小到大)(The basic operation of the BST two forked tree.Inserting, querying, deleting, traversing two forked sort trees.)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:92160
    • 提供者:续续
  1. 二叉树的遍历

    0下载:
  2. 主要实现:创建二叉树、用先中后序遍历二叉树(中序,先序和后序遍历用非递归实现),并输出树高。(The main achievement is to create two branches tree, and use the first and middle traversal to traverse the two fork tree.)
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:晴栀菀歌°
  1. 二叉树

    0下载:
  2. 实现二叉树的建立, 并能够中序遍历二叉树,查询二叉树的深度(The establishment of binary tree can be realized, and the binary tree can be traversed in order, and the depth of binary tree can be queried.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:***完美
  1. 二叉树中+后 求先

    0下载:
  2. 首先理解概念: 前序遍历:访问根结点的操作发生在遍历其左右子树之前。 中序遍历:访问根结点的操作发生在遍历其左右子树之中(间)。 后序遍历:访问根结点的操作发生在遍历其左右子树之后。 eg:后序遍历为DBCEFGHA,中序遍历为EDCBAHFG,求前序遍历(网上例子) 解:首先 看后序遍历DBCEFGHA,A为总根节点 然后 寻找中序遍历EDCBAHFG中A位置,则EDCB在A的左枝,HFG在A的右枝; 重复前两步,从后序遍历最后一位找,在中序遍历寻找对应点,得出左右分枝...
  3. 所属分类:网络编程

    • 发布日期:2018-05-06
    • 文件大小:700416
    • 提供者:南絮
  1. 二叉树_17281183_刘梦婷

    2下载:
  2. 按先序遍历的扩展序列建立二叉树的二叉链表存储结构,实现二叉树先序、中序、后序遍历的递归算法,实现二叉树中序遍历的非递归算法,实现二叉树层次遍历的非递归算法,求二叉树的结点个数,求二叉树的深度。(The binary list storage structure of binary tree is established according to the extended sequence of traversal in the first order, the recursive algorit
  3. 所属分类:数据结构

    • 发布日期:2020-05-07
    • 文件大小:2170880
    • 提供者:lmt19990807
  1. 二叉树的先、中、后序遍历序列

    1下载:
  2. 从键盘接收扩展先序序列,以二叉链表作为存储结构,建立二叉树。输出这棵二叉树的先序、中序和后序遍历序列。 输入 输入扩展先序序列。二叉树结点的data是字符类型数据, 其中#表示空格字符。 输出 三行依次输出先序、中序、后序遍历序列。 样例输入 ABC##DE#G##F### 样例输出 ABCDEGF CBEGDFA CGEFDBA
  3. 所属分类:数据结构常用算法

« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com